home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / biz / haage / WarpUP_V40Upd.lha / WarpUP-WarpOS / PowerUpEmu / history next >
Text File  |  1999-04-14  |  10KB  |  188 lines

  1. ppc.library emulation history
  2. =============================
  3.  
  4. (kern): changes are relevant for PowerUp kernel emulation only
  5. (lib): changes are relevant for M68k library only
  6.  
  7.  
  8. - 0.6 / ppc.library 46.13 (11.04.99)
  9. o This version of the emulation library REQUIRES powerpc.library V15!
  10. o (lib) MPSemaphore protection of library base caused a wrong Lib-OpenCnt,
  11.   which had the effect that the 0.5d library could never be expunged.
  12. o (kern) The optional PPC MsgPort was not deleted on task exit.
  13. o (kern) Pooled memory, as introduced by WarpOS V4, is supported. The
  14.   dummy functions are replaced by real ones: PPCAllocPooled(),
  15.   PPCAllocVecPooled(),PPCCreatePool(), PPCDeletePool(),PPCFreePooled(),
  16.   PPCFreeVecPooled().
  17. o (kern) PPCFindName(), PPCFindNameSync().
  18. o (kern) Semaphore functions: PPCAttemptSemaphore, PPCAttemptSemaphoreByName,
  19.   PPCAttemptSemaphoreShared, PPCCreateSemaphore, PPCDeleteSemaphore,
  20.   PPCObtainSemaphore, PPCObtainSemaphoreByName, PPCObtainSemaphoreShared,
  21.   PPCReleaseSemaphore.
  22. o (kern) Cache support: PPCCacheFlush, PPCCacheFlushAll, PPCCacheInvalid.
  23. o (kern) PPCRawDoFmt().
  24.  
  25. - 0.5d / ppc.library 46.12 (10.04.99)
  26. o The first try of the PowerUp Message System Emulation seems to be working!
  27.   Currently all messages and message ports are allocated in Chip-RAM and
  28.   the performance is some magnitudes behind the original ppc.library,
  29.   but it ran successfully through all tests (e.g. msg2, msg2old, msg3,
  30.   msg5 and msg7 by Ralph Schmidt - the other two have bugs).
  31.   The code is already prepared to run in Fast-RAM, which I might try
  32.   in a future release.
  33. o (kern) PowerUp Message System supported functions:
  34.   PPCCreatePort(), PPCDeletePort(), PPCObtainPort(), PPCReleasePort(),
  35.   PPCWaitPort(), PPCCreateMessage(), PPCDeleteMessage(), PPCGetMessage(),
  36.   PPCGetMessageAttr(), PPCReplyMessage(), PPCSendMessage().
  37. o (lib) PowerUp Message System supported functions:
  38.   PPCCreatePort(), PPCDeletePort(), PPCObtainPort(), PPCReleasePort(),
  39.   PPCWaitPort(), PPCCreateMessage(), PPCDeleteMessage(), PPCGetMessage(),
  40.   PPCGetMessageAttr(), PPCReplyMessage(), PPCSendMessage().
  41. o (lib) PPCCreateTask():
  42.   PPCTASKTAG_INPUT/OUTPUT/ERRORHANDLE overrule NP_xxx tags. It was the
  43.   other way around before.
  44.   New PPCCreateTask() tags: PPCTASKTAG_STACKSIZE, STARTUP_MSG,
  45.   STARTUP_MSGDATA, STARTUP_MSGLENGTH, STARTUP_MSGID, MSGPORT.
  46. o (lib) PPCCreateTask() supports asynchronous PPC tasks.
  47. o (lib) PPCDeleteTask() - untested.
  48. o (lib) PPCGetTaskAttrs(). New tags: PPCTASKINFOTAG_TASK, VALUEPTR,
  49.   NAME, PRIORITY, STACKSIZE, INPUTHANDLE, OUTPUTHANDLE, ERRORHANDLE,
  50.   ELFOBJECT, STARTUP_MSG, STARTUP_MSGDATA, STARTUPMSG_LENGTH,
  51.   STARTUP_MSGID, STARTUP_MSGPORT, SIGALLOC, SIGWAIT, SIGRECVD,
  52.   WAITFINISHTASK. The hook and PPC-registers are not supported. Most
  53.   tags are untested.
  54. o (kern) Startup code for PPC tasks creates a PPCMsgPort on demand (tag
  55.   PPCTASKTAG_MSGPORT). Cleanup code replies the startup message (tag
  56.   PPCTASKTAG_STARTUP_MSG).
  57. o (kern) PPCGetTaskAttr(). New tags supported: PPCTASKTAG_STARTUP_MSG,
  58.   PPCTASKTAG_STARTUP_MSGDATA, PPCTASKTAG_STARTUP_MSGLENGTH,
  59.   PPCTASKTAG_STARTUP_MSGID and PPCTASKTAG_MSGPORT.
  60. o (lib) PPCCacheInvalidE() and PPCCacheTrashE(). Fixed some bugs from
  61.   the original ppc.library in these functions.
  62. o (lib) When debugging mode for the library is enabled, the names of
  63.   still unimplemented 68k-functions will be displayed.
  64.  
  65. - 0.5c / ppc.library 46.11 (20.03.99)
  66. o Removed PPCAlert(), PPCPutMessage() and PSYSCALL_xxx(), which are
  67.   not accessible in the original kernel.
  68.  
  69. - 0.5b / ppc.library 46.10 (18.02.99)
  70. o There has to be one EXTUSERDATA for every task. Programs using
  71.   ixemul.elf still don't work.
  72. o Increased default stack size used by LoadSeg-patch from 16k to 64k.
  73.  
  74. - 0.5a / ppc.library 46.9 (26.01.99)
  75. o The EXTUSERDATA tag is supported. ixemul.elf based programs have a
  76.   chance to work now.
  77. o (kern) PPCGetTaskAttr() got new tags: PPCTASKINFOTAG_NAME,
  78.   PPCTASKINFOTAG_PRIORITY, PPCTASKTAG_STACKSIZE, PPCTASKTAG_EXTUSERDATA,
  79.   PPCTASKINFOTAG_USEDSTACKSIZE, PPCTASKINFOTAG_INPUTHANDLE,
  80.   PPCTASKINFOTAG_OUTPUTHANDLE, PPCTASKINFOTAG_ERRORHANDLE and
  81.   PPCTASKINFOTAG_ELFOBJECT.
  82. o (kern) New function PPCSetTaskAttr(). Supported tags: PPCTASKINFOTAG_NAME,
  83.   PPCTASKINFOTAG_PRIORITY, PPCTASKTAG_EXTUSERDATA,
  84.   PPCTASKINFOTAG_INPUTHANDLE, PPCTASKINFOTAG_OUTPUTHANDLE,
  85.   PPCTASKINFOTAG_ERRORHANDLE.
  86.  
  87. - 0.5 / ppc.library 46.8 (24.01.99)
  88. o Possibility to start ELF objects directly under WarpOS without runelf!
  89.   The emulation library installs its own ELF-LoadSeg patch, which works
  90.   nearly in the same way as with the original library. Only difference:
  91.   The message system is not used. This feature was only for vbcc-
  92.   compatibily anyway, and I know for sure that vbcc no longer needs it. :)
  93. o (lib) PPCCacheClearE() is supported, because it's used by the LoadSeg-
  94.   patch, for example.
  95.  
  96. - 0.4c / ppc.library 46.7 (23.01.99)
  97. o (kern) Fixed PPCGetAttr(). It was erroneously implemented as
  98.   PPCGetAttrs() in 0.4 and had some bugs anyway. Now PLL is much more
  99.   precise than with the original.
  100. o (kern) Task support functions: PPCFindTask(), PPCFinishTask() and
  101.   PPCGetTaskAttr(). PPCGetTaskAttr currently only knows about the
  102.   PPCTASKTAG_STACKSIZE tag, others will generate a NULL return value.
  103. o Common symbols are no longer ignored. Space in the .bss section will
  104.   be assigned for them. This was one of the major reasons for most
  105.   crashes under earlier versions! Unlike vbcc and SAS/C, gcc (or egcs?)
  106.   uses common symbols (since some time?).
  107. o (kern) PowerUp ELF library support:
  108.   PPCOpenLibrary(), PPCCloseLibrary(), PPCGetLibSymbol().
  109. o New method of starting PPC tasks. Still synchronous only, but the
  110.   function is already prepared for asynchronous tasks.
  111. o (lib) More tags supported by PPCCreateTask(): PPCTASKTAG_ERROR,
  112.   PPCTASKTAG_BREAKSIGNAL,PPCTASKTAG_INPUTHANDLE,PPCTASKTAG_OUTPUTHANDLE,
  113.   PPCTASKTAG_ERRRORHANDLE,PPCTASKTAG_NAME,PPCTASKTAG_PRIORITY,
  114.   PPCTASKTAG_ARG5-ARG8, NP_Input,NP_Output,NP_Error,NP_CloseInput,
  115.   NP_CloseOutput,NP_CloseError.
  116. o (lib) The argument pointer of PPCRunObject() was not recognized!
  117. o (lib) All memory allocations are done with 32-byte alignment now. There
  118.   were some dangeours 4-byte aligments left in earlier versions.
  119.  
  120. - 0.4b / ppc.library 46.6 (05.01.99)
  121. o A separate PowerPC task ("ppcemu TimerObjSrv") is launched when the
  122.   library is initialized. It will be needed to handle the timer jobs
  123.   and to do PPC task notification. It uses zero cpu-time, when idling.
  124. o (kern) TimerObjects: PPCCreateTimerObject, PPCDeleteTimerObject,
  125.   PPCGetTimerObject, PPCSetTimerObject.
  126. o (kern) I/O: PPCInput,PPCOutput.
  127. o (kern) Signal support: PPCAllocSignal,PPCFreeSignal,PPCSetSignal,
  128.   PPCSignal,PPCWait (PPCSignal might not work, because of different Task
  129.   definitions).
  130. o (kern) Version: PPCVersion,PPCRevision.
  131. o (kern) TagItem support: PPCFindTagItem,PPCGetTagData,PPCNextTagItem.
  132. o (kern) Fixed Add64,Add64p,Sub64,Sub64p (they are still incorrect
  133.   in original ppc.libraray!)
  134. o (kern) Improved Cmp64,Cmp64p.
  135.  
  136. - 0.4a / ppc.library 46.5 (19.12.98)
  137. o (kern) Fixed PPCNeg64,Neg64p,Sub64,Sub64p,Mulu64,Mulu64p,Muls64,Muls64p.
  138. o (lib) Private PPCDebugMode function.
  139.  
  140. - 0.4 / ppc.library 46.4 (27.11.98)
  141. o Included the *names* of all kernel functions from ppc.library V46.19.
  142.   As a consequence the library version was bumped to 46.
  143. o The PowerPC type, cpu clock and bus clock will be determined when
  144.   initializing the library base.
  145. o PPCGetAttr (without PPCINFOTAG_EXCEPTIONHOOK) for M68k lib and PPC kernel.
  146. o (lib) PPCCreateTask: r3 and r4 default to zero to avoid startup
  147.   code crashes when checking for args via r3 (PPCLoad-fix).
  148. o (lib) Read/write data by PowerPC: PPCReadByte,WriteByte,ReadWord,
  149.   WriteWord,ReadLong,WriteLong,WriteLongFlush.
  150. o (kern) The kernel functions no longer need to init the TOC pointer.
  151. o (kern) Included additional 64-bit and gcc-support functions of V46.19:
  152.   PPCAnd64,Asl64,Lsl64,Asr64,Lsr64,Or64,Xor64,DivRem64,
  153.   __adddi3,__anddi3,__ashldi3,__ashrdi3,__cmpdi2,__divdi3,__fixdfdi,
  154.   __fixsfdi,__fixunsdfdi,__fixunssfdi,__floatdidf,__floatdisf,
  155.   __floatunsdidf,__iordi3,__lmulq,__lshldi3,__lshrdi3,__moddi3,
  156.   __muldi3,__negdi2,__qdivrem,__subdi3,__ucmpdi2,__udivdi3,
  157.   __umoddi3,__xordi3, memcpy,strcmp,strcpy
  158.  
  159. - 0.3 / ppc.library 45.3 (20.11.98)
  160. o (kern) List functions: PPCAddHead/Sync, AddTail/Sync, Enqueue/Sync,
  161.   Insert/Sync, NewList, RemHead/Sync, Remove/Sync, RemTail/Sync
  162.   and PPCNextTagItem.
  163.  
  164. - 0.2 / ppc.library 45.2 (16.11.98)
  165. o (kern) 64-bit support functions: PPCAdd64, Add64p, Cmp64, Cmp64p,
  166.   Divs64, Divs64p, Divu64, Divu64p, Mods64, Mods64p, Modu64, Modu64p,
  167.   Muls64, Muls64p, Mulu64, Mulu64p, Neg64, Neg64p, Sub64, Sub64p
  168.  
  169. - 0.1 / ppc.library 45.1 (15.11.98)
  170. o First partially working ppc.library emulation. Synchronous PPC
  171.   tasks, started by runelf, which only use the basic PowerUp kernel
  172.   functions for I/O, memory and context-switch seem to work fine.
  173. o (lib) Supported 68k functions:
  174.   PPCLoadObject,PPCUnloadObject,PPCRunObject,PPCAllocMem,PPCFreeMem,
  175.   PPCAllocVec,PPCFreeVec,PPCCreateTask(only synchronous),
  176.   PPCGetObjectAttrs,PPCLoadObjectTagList
  177. o (kern) Supported PowerUp kernel functions:
  178.   PPCAllocMem,PPCAllocPooled(dummy),PPCAllocVec,
  179.   PPCAllocVecPooled(dummy),PPCCallM68k,PPCCallOS,PPCClose,
  180.   PPCCreatePool(dummy),PPCDeletePool(dummy),PPCFreeMem,
  181.   PPCFreePooled(dummy),PPCFreeVec,PPCFreeVecPooled(dummy),
  182.   PPCOpen,PPCRead,PPCSeek,PPCWrite.
  183.   Pooled memory functions currently use the normal Alloc/FreeVec
  184.   functions, because pooled memory support is still missing in WarpOS.
  185.  
  186. - 0.0 / ppc.library 45.0 (31.10.98)
  187. o Started after getting a hint that the last author abondoned his project.
  188.